GroupBox Class

Draws a group box control and typically used as a parent of other controls.

Events

MouseDown

MouseDrag

MouseUp


Properties

Bold

Caption

Italic

TextFont

TextSize

Underline


Methods

None

More information available in parent classes: RectControl:Control:Object

Because this is a RectControl, see the RectControl for other properties and events that are common to all RectControl objects.


Notes

If the Caption property contains an ampersand character, it will display only if it is preceded by another ampersand character. This is done to make applications on all platforms behave consistently. The ampersand is used to denote the keyboard accelerator on the Windows platform.


Example

See the RadioButton control.


See Also

RadioButton control; RectControl class.